home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Exploring Where & Why
/
Exploring Where & Why.iso
/
pc
/
MODULES
/
LESSON05
/
ACT05A
/
L05A1B.DIR
/
scripts_19.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-04-25
|
242 b
|
14 lines
on cuePassed
go(the frame + 1)
end
on exitFrame
global gSpeakerB
repeat with i = 1 to 3
set the member of sprite gSpeakerB to member("speaker," & i)
updateStage()
await(0.10000000000000001)
end repeat
go(the frame)
end